home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Engineering / Context Check Modules / Standard CC Modules / Proto.h < prev    next >
Encoding:
Text File  |  1994-04-25  |  422 b   |  15 lines  |  [TEXT/MPS ]

  1. //    Copyright:    © 1993 Apple Computer, Inc. All rights reserved.
  2. //    Author:        Victor J. Hnyp (extensions)
  3. //    Date:        04-Jan-93
  4.  
  5. //    2.01    01/04/93    VJH    Changed Copyright Notice
  6.  
  7. typedef struct
  8. {
  9.     long        selector;        // What context check do we want to perform within given module
  10. } ContextSelector, *ContextSelectorPtr;
  11.  
  12.  
  13. pascal OSErr
  14. main(ContextSelectorPtr msg, Size inSize, void* outMessage, Size* outSize, Handle startGlobals);
  15.